home *** CD-ROM | disk | FTP | other *** search
- global gMasterData
-
- on goMain
- leavePart2()
- if iAmActivated(gMasterData) then
- getAllPart2()
- end if
- cursor(4)
- go("start", "Menu")
- end
-
- on goSubMenu
- stopSounds()
- if getUserArea(gMasterData) = #plot then
- exitPlot()
- end if
- setUpPart2()
- end
-
- on goBack
- stopSound2()
- case getUserArea(gMasterData) of
- #raceEnd:
- goRaceNoTina()
- #self2:
- exitSelf2()
- goSelf()
- #self3:
- self2From3()
- #critters1:
- exitCritters()
- goNonPro()
- #critters2:
- exitChair()
- goCritters()
- #nonpro2:
- goCritters()
- #stages2:
- stagesIntro()
- #paper:
- paperAgain()
- end case
- end
-
- on GoOn
- stopSound2()
- case getUserArea(gMasterData) of
- #raceEnd:
- setUpPart2()
- #self1:
- goSelf2()
- #self2:
- exitSelf2()
- goSelf3()
- #self3:
- exitSelf3()
- setUpPart2()
- #nonpro1:
- goCritters()
- #critters1:
- exitCritters()
- goYourChair()
- #critters2:
- exitChair()
- goNotePaper()
- #nonpro2:
- exitNonPro()
- setUpPart2()
- #chefEnd:
- exitChef()
- setUpPart2()
- #stages1:
- setUpStages()
- #plot:
- exitPlot()
- setUpPart2()
- #paper:
- exitPaper()
- setUpPart2()
- otherwise:
- setUpPart2()
- end case
- end
-
- on notePadButton
- DoNotepad()
- end
-
- on continueNext
- stopSound2()
- go(the frame + 1)
- end
-